gesture: Add GTK_PHASE_TARGET
authorCarlos Garnacho <carlosg@gnome.org>
Sat, 10 May 2014 18:50:23 +0000 (20:50 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:30 +0000 (19:54 +0200)
commit1c48cc253d30526e7c5eb920e3e562f8e38a526c
tree27a2d730e5f2410ce72fca6d146dc64c78693b9f
parent3d34f26a6a16de728b45e557f6552c2cf4fc49a9
gesture: Add GTK_PHASE_TARGET

This phase is meant to run in the default widget handlers, as opposed
to externally as in the bubble/capture phase. This will be most usually
the expected phase for every controller replacing code in event handlers
in GTK+, just so invocation and triggering order is kept unaltered.
gtk/gtkenums.h
gtk/gtkgesture.c
gtk/gtkwidget.c